This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Need help setting up SSO, also! ~Wendy Nonboosivitchoni 10.Feb.03 08:07 PM a Web browser General 6.0Linux - RedHat
Hello, all!
I'm kindof lost as well. I'd like to use SSO, but not only with Domino, but ANY type of server (i.e. non-Domino). Would this work & if so, how?
1- We have a login page on an Apache server that runs a PHP script.
2- The script gets info from a certificate, and creates an encrypted cookie.
3- We need to decrypt the cookie, read the username from said cookie, and create a Domino session. (the users are stored in an LDAP).
1 & 2 are done, and we just need to have something to decrypt the cookie, and create a session.
In R5, we would need to write a C API. Is there anything you're aware of in R6 that would make it easier?